home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 3.3 KB | 113 lines |
- ; NETEX10.INF
- ;
- ; Intel EtherExpress 10 ISA LAN Adapter
- ;
- ; Copyright 1997, Intel Corporation
- ;
- ; Copyright (c) 1997, Microsoft Corporation
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,1.51.0.0
-
- [Manufacturer]
- %V_INTEL% = Intel
-
- [ControlFlags]
- ExcludeFromSelect = ISAPNP\INT1100
-
- [Intel]
- %*INT1100.devicedesc% = *INT1100.ndi, ISAPNP\INT1100 ; Intel EtherExpress 10 ISA Adapter (PnP Enabled)
- %*PNP8132.devicedesc% = *PNP8132.ndi, *INT1100 ; Intel EtherExpress 10 ISA Adapter (Legacy Mode)
-
- ;-------------------------------------------------------------------------------
- ; Intel EtherExpress 10 ISA Ethernet Adapter
- ;
- [*PNP8132.ndi]
- AddReg = ex10.reg
- CopyFiles = ex10.CopyFiles
- LogConfig = *PNP8132.LogConfig
- Characteristics = 0x84
- BusType = 1
-
- [*PNP8132.ndi.Services]
- AddService = EX10, 2, ex10.Service, ex10.EventLog
-
- [*PNP8132.LogConfig]
- IRQConfig = 3,4,5,7,9,10,11,12
- IOConfig = 10@200-39F%FFF0(3FF::)
- ConfigPriority = HARDRECONFIG
-
- ;-------------------------------------------------------------------------------
- ; Intel EtherExpress 10 ISA adapter (PnP Enabled)
- ;
- [*INT1100.ndi]
- AddReg = ex10.reg
- CopyFiles = ex10.CopyFiles
- Characteristics = 0x84
- BusType = 14
-
- [*INT1100.ndi.Services]
- AddService = EX10, 2, ex10.Service, ex10.EventLog
-
- ;-------------------------------------------------------------------------------
- ; ex10 Common
- ;
- [ex10.reg]
- HKR, Ndi, Service, 0, "EX10"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- HKR, Ndi\params\TRANSCEIVER, ParamDesc, 0, %Transceiver%
- HKR, Ndi\params\TRANSCEIVER, default, 0, "0"
- HKR, Ndi\params\TRANSCEIVER, type, 0, "enum"
- HKR, Ndi\params\TRANSCEIVER\enum, "0", 0, %Automatic%
- HKR, Ndi\params\TRANSCEIVER\enum, "2", 0, %BNC%
- HKR, Ndi\params\TRANSCEIVER\enum, "3", 0, %TPE%
-
- [ex10.CopyFiles]
- ex10.sys,,,2
-
- [ex10.Service]
- DisplayName = %ex10.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\ex10.sys
- LoadOrderGroup = NDIS
-
- [ex10.EventLog]
- AddReg = ex10.AddEventLog.reg
-
- [ex10.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [DestinationDirs]
- ex10.CopyFiles = 12
-
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- V_INTEL = "Intel"
-
- Transceiver = "Transceiver Type"
- Automatic = "Automatic Connector"
- BNC = "BNC Connector"
- TPE = "TP Connector"
-
- *pnp8132.devicedesc = "Intel EtherExpress 10 ISA Ethernet Adapter (Legacy Mode)"
- *INT1100.devicedesc = "Intel EtherExpress 10 ISAPNP Ethernet Adapter"
-
- ex10.Service.DispName = "Intel EtherExpress 10 ISA"
-